projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f1d631
)
(make-lucid-menu-keymap): For "----", make blank line.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 6 Jan 1994 04:59:17 +0000
(
04:59
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 6 Jan 1994 04:59:17 +0000
(
04:59
+0000)
lisp/emacs-lisp/lmenu.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/lmenu.el
b/lisp/emacs-lisp/lmenu.el
index 3883d0ed4bedbb618eeac781fee63820f7e991f9..d06b4d56feecadc15aa1e16802d28a9897044b67 100644
(file)
--- a/
lisp/emacs-lisp/lmenu.el
+++ b/
lisp/emacs-lisp/lmenu.el
@@
-63,7
+63,7
@@
command enabler name)
(cond ((stringp item)
(setq command nil)
- (setq name
item
))
+ (setq name
(if (equal item "----") "" item)
))
((consp item)
(setq command (make-lucid-menu-keymap (car item) (cdr item)))
(setq name (car item)))